home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
10,000 Great Games
/
10,000 Great Games.iso
/
Product
/
66
/
data1.cab
/
Source_Files
/
Src
/
MstructDlg.h
< prev
next >
Wrap
C/C++ Source or Header
|
2000-01-16
|
740b
|
35 lines
#if !defined(AFX_MSTRUCTDLG_H__A279F184_4C24_11D2_9ADC_C1786381AD88__INCLUDED_)
#define AFX_MSTRUCTDLG_H__A279F184_4C24_11D2_9ADC_C1786381AD88__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif
class CMstructDlg : public CDialog
{
public:
CMstructDlg(cMovingStructure *mstruct, CWnd* pParent = NULL);
cMovingStructure *mstruct;
//{{AFX_DATA(CMstructDlg)
enum { IDD = IDD_MSTRUCT_PROPS };
CSliderCtrl m_Speed;
//}}AFX_DATA
//{{AFX_VIRTUAL(CMstructDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX);
//}}AFX_VIRTUAL
protected:
//{{AFX_MSG(CMstructDlg)
virtual void OnOK();
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
#endif